projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9317c3
)
Do not require cl at run time.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 17 Jan 2004 03:00:29 +0000
(
03:00
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 17 Jan 2004 03:00:29 +0000
(
03:00
+0000)
lisp/progmodes/cc-defs.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-defs.el
b/lisp/progmodes/cc-defs.el
index dca12c67285b22ed15753f79efe2dde8e4a72ac1..ad8b8a92bffb021c81ca3797c23557de1de5a453 100644
(file)
--- a/
lisp/progmodes/cc-defs.el
+++ b/
lisp/progmodes/cc-defs.el
@@
-100,7
+100,7
@@
font-lock-keywords)))
(cc-load "cc-fix")))
-(
cc-external-require 'cl
)
+(
eval-when-compile (require 'cl)
)
\f
;;; Variables also used at compile time.